home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / flcnutls.lha / UserAccount < prev   
Text File  |  1996-01-28  |  2KB  |  68 lines

  1. Each user account is 512 bytes long
  2.  
  3. Function                Offset          Size
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. Username                0               35
  6. Null                    35               1
  7.  
  8. Password                36              22
  9. Null                    59               1
  10.  
  11. City                    60              39
  12. Null                    100              1
  13.  
  14. Calls made              120              2
  15. Messages entered        122              2
  16. Time of last call¹      124              4
  17.  
  18. Msg Scrolling           128              1  (0 scroll, 1 page, 2 window)
  19. Mixed flags             130              1
  20.         bit 0,  See Kludges
  21.         bit 1,  Show Seen-by's
  22.         bit 2,  More Y/n
  23.         bit 3,  ANSI Graphics
  24.         bit 4,  Line Feeds
  25.         bit 5,  TAB Expansion
  26.         bit 6,  Editor type 
  27.         bit 7,  IBM Chars
  28.  
  29. Mixed flags             133              1
  30.         bit 1,  Remove Colour
  31.         bit 2,  High-light quotes
  32.         bit 4,  Screen clears
  33.         bit 5,  Destructive Backspaces
  34.         bit 6,  Verbose scan
  35.         bit 7,  Auto next area
  36.  
  37. Help Level              134              1  (0 novice, 1 regular, 2 expert)
  38. Level                   135              1  (0 twit -> 5 sysop)
  39. Screen Width            136              2
  40. Screen Height           138              2
  41. Current Msg Area        140              2
  42. Current File Area       142              2
  43. Hidden Flag             145              1
  44. Time per Call           146              2
  45. Time per Day            148              2
  46. Downloaded              150              4
  47. Uploaded                158              4
  48. Download per Call       162              4
  49. Download per Day        166              4
  50. Credit (cents)          170              4
  51. Time of last file scan¹ 174              4
  52. Execute at login        178             24
  53. Null                    203              1
  54. Area Flags              209-308        100
  55.         bit 0,  Message scan mark
  56.         bit 1,  Message key
  57.         bit 2,  File key
  58.         bit 3,  SubOp key
  59.         bit 4,  Librarian key
  60.         bit 5,  File scan mark
  61.         bit 6,  Message write mark
  62.  
  63. HiMessageMarks          312-512         200  (two bytes x 100)
  64.  
  65. ¹  The dates are stored in a longword, as the number of seconds
  66. since 1st January 1970.  When converting to a standard DateStamp
  67. for comparison/usage, don't forget to take into account leapyears.
  68.